home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / printer / jcosub26.zip / CYCLDEMO.JS < prev    next >
Text File  |  1996-04-15  |  967b  |  25 lines

  1. # This script demonstrates color cycling.
  2.  
  3. # WARNING:  On AGA Amigas (A1200, A4000) this script will lock up the
  4. # computer when cycling imported graphics if you have 5 or 6 video
  5. # buffers allocated.  It seems to work fine with 4 buffers.  All other
  6. # Amigas, running OS version 2.1 or lower, have no problems.  Cycling
  7. # title text (not graphics) works on all machines also.
  8.  
  9. #TimeRes 100
  10.  
  11. 0:00:00.00 0:00:02.00 vm This script demonstrates color cycle animation.
  12. 0:00:01:00 0:00:02.00 vuep-1:15:4 The display should be cycling.
  13. 0:00:02:00 0:00:10.00 VM The next display should cycle a graphic file.\n\
  14.                          \nLoading graphic....\n\
  15.                          (delay for proper floppy access)
  16.  
  17. # The RLG directive loads the graphic file described in the title string.
  18. # The EP+3:31:1 directive cycles colors 3 to 31 at a period of 1 video
  19. # field per cycle step.
  20.  
  21. 0:00:10.00 0:00:16.00 rlgEP+3:31:1 helium.lbm
  22.  
  23. 0:00:16.00 0:00:17.50 vm Neat, huh?
  24.  
  25.